EnableRequest

data class EnableRequest(eventTypes: List<String>)

Represents request frame that can be used with PerformanceTimeline#enable operation call.

Previously buffered events would be reported before method returns. See also: timelineEventAdded

See also

Constructors

EnableRequest
Link copied to clipboard
fun EnableRequest(eventTypes: List<String>)

Properties

eventTypes
Link copied to clipboard
val eventTypes: List<String>
The types of event to report, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype The specified filter overrides any previous filters, passing empty filter disables recording.

Sources

jvm source
Link copied to clipboard